home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 December / macformat-057.iso / mac / Shareware Plus / Games / QuakeCC / Mac Readme < prev    next >
Encoding:
Text File  |  1997-02-22  |  2.2 KB  |  35 lines  |  [TEXT/ttxt]

  1. Quake CC for Macintosh
  2.  
  3. What it is:
  4. One of the best things about Quake is the fact that all game logic is read from a user-editable code file.  This means that anything a programmer can come up with can be implemented in Quake.  New weapons and new monsters    are only the beginning.  How about a grappling hook which lets you climb walls?  Character classes?  or change the entire game into a bloody soccer game.  All these exist currently, check out planetquake.com for loads of examples.
  5.  
  6. This is the first successful compile of the Quake C complier for the Mac.  It is EXTREMELY rough around the edges, but it does work.  If you experience any crashes with it, try giving the program more memory, the standard 1.0.6 code takes 5 MB.  The program currently doesn't do any memory checking, so it will crash.
  7.  
  8. How to use it:
  9. You need to get the source code from id:
  10. ftp://ftp.idsoftware.com/pub/unsupported/progs106.zip 
  11.  
  12. This will expand to a bunch of .qc files, these are source code in Quake C.  Docs explaining QuakeC are available at various Internet sites, you can find links from planetquake.com.
  13. Put the QuakeCC program in the folder with the progs.src file.  Run it with a double click.
  14. If it compiles successfully, it will give you some compile statistics and create a file called
  15. "..\progs.dat".  The "..\" bit is due to assumptions made in the original QuakeCC source code, fixing it is on the todo list.  If it bothers you, edit progs.src and remove the dots from the first line, that line becomes the filename.  
  16.  
  17. Ultimately, the file progs.dat needs to be loaded into a Quake directory and run.  Right now this, of course, requires a Wintel machine.  When MacQuake is released, it will certainly support QuakeC addons, we'll find out how when the time comes.
  18.  
  19. Why?
  20. Well, I suppose there are people with Macs who want to work on QuakeC stuff ahead of time.
  21. Since Quake isn't out yet, people have asked why bother.  Mainly, I wanted to iron out problems ahead of time.  As you can see from the todo list, there is still much to be done.  I'm releasing this in case anyone is interested.
  22.  
  23. The much-mentioned todo
  24. Put in a real Save dialog
  25. Fix memory allocation
  26. Handle directory changes, both in source and output.
  27. Need to make a dialog to support command line options
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.     
  35.